Working on lintian messages...
authorLeopold Palomo-Avellaneda <leo@alaxarxa.net>
Thu, 9 Oct 2014 10:14:16 +0000 (12:14 +0200)
committerLeopold Palomo-Avellaneda <leo@alaxarxa.net>
Thu, 9 Oct 2014 10:14:16 +0000 (12:14 +0200)
debian/control
debian/copyright
debian/pcl-tools.install [changed mode: 0755->0644]
debian/rules

index f707a3781325e71af301e636c6db96cb8f09fdbc..e28c636a0e7577e73978787d4dd4c042c066a505 100644 (file)
@@ -55,7 +55,6 @@ Description: Point Cloud Library - development files
 Package: libpcl1.7
 Architecture: any
 Multi-Arch: foreign
-Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
         libpcl-apps1.7,
         libpcl-common1.7,
index 23c9f709f6154e578b44a638bb1c91cd68ed5592..1344977bdb8529037cecb947fa8e1f8e4541bd52 100644 (file)
@@ -49,18 +49,6 @@ Files: apps/point_cloud_editor/*
 Copyright: 2012, Texas A&M University
 License: BSD-3-clause
 
-
-Files: common/include/pcl/common/eigen.h
-Copyright: 2009 Hauke Heibel <hauke.heibel@gmail.com>
-          2010 Gael Guennebaud <gael.guennebaud@inria.fr> 
-          2010-2012, Willow Garage, Inc 
-License: BSD-3-clause
-
-Files: common/src/fft/kiss_fft.c 
-       common/src/fft/kiss_fftr.c
-Copyright: 2003-2010, Mark Borgerding
-License: BSD-3-clause
-
 Files: tools/tiff2pcd.cpp
 Copyright: 2012 KU Leuven 
           2010-2012, Willow Garage, Inc
@@ -228,12 +216,6 @@ License: Expat
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-Files: common/include/pcl/common/eigen.h
-Copyright: 2009 Hauke Heibel <hauke.heibel@gmail.com>
-          2010 Gael Guennebaud <gael.guennebaud@inria.fr> 
-          2010-2012, Willow Garage, Inc
-License: BSD-3-clause
-
 Files: test/outofcore/test_outofcore.cpp
        outofcore/include/pcl/outofcore/impl/octree*
        outofcore/include/pcl/outofcore/octree*
@@ -408,7 +390,6 @@ Files: visualization/include/pcl/visualization/vtk/vtkVertexBuffer*
 Copyright: 1993-2008 Ken Martin, Will Schroeder, Bill Lorensen
 License: BSD-2-Clause
 
-
 Files: doc/*
 Copyright: 2009-2012, Willow Garage, Inc.
            2012-2014, Open Perception, Inc.
old mode 100755 (executable)
new mode 100644 (file)
index 02e9290ebca02c25695fc92817a3bedb1e4af76e..00e38c316e284b02bc75e34e0fd62a90a3c12089 100755 (executable)
@@ -14,7 +14,12 @@ CXXFLAGS+=$(CPPFLAGS)
 # Multiarch.
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-.PHONY: override_dh_auto_configure override_dh_auto_build override_dh_strip override_dh_install
+.PHONY: override_dh_auto_configure \
+       override_dh_auto_build \
+       override_dh_install \
+       override_dh_installchangelogs \
+       override_dh_strip \
+       override_dh_shlibdeps
 
 override_dh_auto_configure:
        dh_auto_configure --                                            \
@@ -62,16 +67,16 @@ override_dh_install:
        cmd="dh_link -p pcl-tools usr/share/man/man1/pcl_pointclouds.1 usr/share/man/man1/$$i.1"; \
        echo $$cmd; $$cmd; \
        done
-       
+       # using the provided by the package libjs-jquery
        rm -rf debian/tmp/usr/share/doc/libpcl-doc/html/jquery.js
-       dh_link -p libpcl-doc usr/share/javascript/jquery/jquery.js usr/share/doc/libpcl-doc/html/jquery.js
+               
        dh_install --list-missing
 
 override_dh_strip:
        dh_strip -a --dbg-package=libpcl1.7-dbg
 
 override_dh_shlibdeps:
-       dh_shlibdeps -Lpcl-tools -l/usr/lib/${DEB_HOST_MULTIARCH}/cloud_composer_plugins
+       dh_shlibdeps -- -xpcl-tools -v
 
 override_dh_installchangelogs:
        dh_installchangelogs -plibpcl-common1.7 CHANGES.md